home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineSprite_137_face_scr / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2007-10-01  |  130 b   |  9 lines

  1. win_scr._visible = false;
  2. this.onEnterFrame = function()
  3. {
  4.    if(cur_scores < scores)
  5.    {
  6.       cur_scores += 2;
  7.    }
  8. };
  9.